Feature: Como usuario inicio sesion con credenciales incorrectas, luego con
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 21.698s |
Scenario: Como usuario inicio sesion con credenciales incorrectas, despues con credenciales correctas, luego cierro sesión.
Before
0m 0.620s
Given
I navigate to page "<HOST>"
0m 2.824s
And
I wait for 2 seconds
0m 2.321s
When
I login with incorrect credentials
0m 0.748s
And
I wait for 2 seconds
0m 2.371s
And
I check a error message "There is no user with that email address."
0m 0.341s
And
I wait for 2 seconds
0m 2.339s
When
I login with correct credentials "<EMAIL>" "<PASSWORD>"
0m 0.753s
And
I wait for 5 seconds
0m 5.405s
And
I check go to the "dashboard" page
0m 0.412s
And
I open the profile settings
0m 0.491s
When
I select the sign out
0m 0.391s
And
I wait for 2 seconds
0m 2.348s
Then
I check return to the sign in page
0m 0.332s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<HOST>"
And
I wait for 2 seconds
When
I login with incorrect credentials
And
I wait for 2 seconds
And
I check a error message "There is no user with that email address."
And
I wait for 2 seconds
When
I login with correct credentials "<EMAIL>" "<PASSWORD>"
And
I wait for 5 seconds
And
I check go to the "dashboard" page
And
I open the profile settings
When
I select the sign out
And
I wait for 2 seconds
Then
I check return to the sign in page
After
NO IMAGE AVAILABLE